Go to the source code of this file.
Enumerations | |
| enum | PATH_TO_ROOT |
Variables | |
| $STYLES_CSSFILE = Style::getCSSPath() ."stylesheets.css" | |
| $gSettings = new GallerySettings() | |
| $picPath = isset($_GET['picurl']) ? $_GET['picurl'] : '' | |
| $ext = isset($_GET['ext']) ? $_GET['ext'] : '' | |
| $extParam = "&ext=".$ext | |
| $picSize = GetImageSize($picPath) | |
| $maxWidth = 600 | |
| $maxHeight = 600 | |
| $maxW = $maxH = '' | |
| $crop_x1 = '' | |
| $crop_y1 = '' | |
| $crop_x2 = '' | |
| $crop_y2 = '' | |
| $progress = 0 | |
| $cropParam = '' | |
| $cpreview = 0 | |
| for ($i=0;$i< 4;$i++) | |
| if($progress==0) if($progress==1) echo"<b>Schritt 2 der ausgeschnitten werden soll<br/> <br/> | if ($progress==2) |
| enum PATH_TO_ROOT |
relativer Pfad zum Root des Portals
Definition at line 3 of file modifypic.php.
| $cpreview = 0 |
Definition at line 120 of file modifypic.php.
| $crop_x1 = '' |
Definition at line 114 of file modifypic.php.
| $crop_x2 = '' |
Definition at line 116 of file modifypic.php.
| $crop_y1 = '' |
Definition at line 115 of file modifypic.php.
| $crop_y2 = '' |
Definition at line 117 of file modifypic.php.
| $cropParam = '' |
Definition at line 119 of file modifypic.php.
| $ext = isset($_GET['ext']) ? $_GET['ext'] : '' |
Definition at line 106 of file modifypic.php.
| $extParam = "&ext=".$ext |
Definition at line 107 of file modifypic.php.
| $gSettings = new GallerySettings() |
Einbinden der Settings Funktionen
Definition at line 11 of file modifypic.php.
| $maxHeight = 600 |
Definition at line 110 of file modifypic.php.
| $maxW = $maxH = '' |
Definition at line 111 of file modifypic.php.
| $maxWidth = 600 |
Definition at line 109 of file modifypic.php.
| $picPath = isset($_GET['picurl']) ? $_GET['picurl'] : '' |
Definition at line 105 of file modifypic.php.
| $picSize = GetImageSize($picPath) |
Definition at line 108 of file modifypic.php.
| $progress = 0 |
Definition at line 118 of file modifypic.php.
| $STYLES_CSSFILE = Style::getCSSPath() ."stylesheets.css" |
Initialisierungsdatei (Einstellungen, Einbindung von Klassen, Session-Start)
Definition at line 8 of file modifypic.php.
| for($i=0;$i< 4;$i++) |
Definition at line 142 of file modifypic.php.
| if ($progress==0) if ($progress==1) echo"<b>Schritt 2 der ausgeschnitten werden soll<br/><br/> if($progress==2) |
Definition at line 166 of file modifypic.php.
1.5.8